'Declaration Public Overloads MustOverride Sub Save( _
ByVal filenameThe name of file, where image file must be saved.As System.String, _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IProgressController _
)
public abstract void Save(
System.String filename,
Vintasoft.Imaging.Utils.IProgressController progressController
)
public: abstract void Save(
System.String filename,
Vintasoft.Imaging.Utils.IProgressController* progressController
)
public:
abstract void Save(
System.String filename,
Vintasoft.Imaging.Utils.IProgressController^ progressController
)
Parameters
- filename
- The name of file, where image file must be saved.
- progressController
- Progress controller.